Package-level declarations

Types

Link copied to clipboard

Internal use only

Link copied to clipboard
public final class ErrorFragmentCompat extends Fragment implements FragmentImplCallback

Include the {@code ErrorFragmentCompat} into your layout by using the {@link ErrorFragmentCompat#createInstance(Document)} factory method to create an instance and display it using the {@link androidx.fragment.app.FragmentManager}.

Your Activity must implement the {@link ImageRetakeOptionsListener} interface to receive events from the Error Fragment. Failing to do so will throw an exception.

Your Activity is automatically set as the listener in {@link ErrorFragmentCompat#onCreate(Bundle)}.

Link copied to clipboard
public final class ErrorFragmentHelper

Helper class for setting arguments to error fragment. Internal use only.

Link copied to clipboard
public final class ErrorFragmentImpl

Main logic implementation for error handling UI presented by {@link ErrorActivity}. Internal use only.

Link copied to clipboard
public interface ErrorFragmentListener

Internal use only.

Link copied to clipboard
public enum ErrorType extends Enum<ErrorType>

Custom enum class to gather all resources needed to show an error that occured while using features of the SDK.